ArcGIS API for Silverlight - Library Reference
CompositeTransformations Constructor(IEnumerable<IGeodataTransformation>)
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > CompositeTransformations Class > CompositeTransformations Constructor : CompositeTransformations Constructor(IEnumerable<IGeodataTransformation>)

transforms
The transforms.
Initializes a new instance of the CompositeTransformations class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal transforms As IEnumerable(Of IGeodataTransformation) _
)
C# 
public CompositeTransformations( 
   IEnumerable<IGeodataTransformation> transforms
)

Parameters

transforms
The transforms.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.